home *** CD-ROM | disk | FTP | other *** search
- inherited frmVolume: TfrmVolume
- Left = 705
- Top = 181
- HelpContext = 105
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- inherited pnlTop: TPanel
- inherited lblCommandName: TLabel
- Caption = ''
- end
- inherited memActionDesc: TMemo
- Lines.Strings = (
-
- 'Changes volume and tone settings on the system. Note that the T' +
- 'one settings '
- 'are system wide and do not correspond to a selected device.')
- end
- end
- inherited pnlCenter: TPanel
- inherited pgcControlPage: TPageControl
- inherited tbsAM5Main: TTabSheet
- object lblLeftPerc: TLabel
- Left = 322
- Top = 177
- Width = 11
- Height = 13
- Caption = '%'
- end
- object lblRightPerc: TLabel
- Left = 397
- Top = 177
- Width = 11
- Height = 13
- Caption = '%'
- end
- object lblDevice: TLabel
- Left = 10
- Top = 2
- Width = 233
- Height = 13
- AutoSize = False
- Caption = '&Device:'
- FocusControl = cbxDevices
- end
- object cbxDevices: TComboBox
- Left = 10
- Top = 18
- Width = 139
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- Items.Strings = (
- 'Main Volume'
- 'Wave Volume'
- 'CD Volume'
- 'MIDI Volume')
- end
- object grpOptions: TGroupBox
- Left = 10
- Top = 51
- Width = 224
- Height = 85
- TabOrder = 2
- object rdSetTo: TRadioButton
- Left = 16
- Top = 20
- Width = 197
- Height = 17
- Caption = '&Set to value'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnEnter = rdSetToEnter
- end
- object rdIncrement: TRadioButton
- Left = 16
- Top = 40
- Width = 197
- Height = 17
- Caption = '&Increase by value'
- TabOrder = 2
- OnEnter = rdIncrementEnter
- end
- object rdDecrement: TRadioButton
- Left = 16
- Top = 60
- Width = 197
- Height = 17
- Caption = 'Decre&ase by value'
- TabOrder = 3
- OnEnter = rdDecrementEnter
- end
- object chkSetVolume: TCheckBox
- Left = 8
- Top = 0
- Width = 201
- Height = 17
- Caption = 'Set &volume'
- TabOrder = 0
- OnClick = chkSetVolumeClick
- end
- end
- object tbarLeft: TTrackBar
- Left = 270
- Top = 32
- Width = 45
- Height = 140
- Max = 0
- Min = -100
- Orientation = trVertical
- PageSize = 5
- Frequency = 5
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 5
- ThumbLength = 15
- TickMarks = tmBoth
- TickStyle = tsAuto
- OnChange = tbarLeftChange
- end
- object tbarRight: TTrackBar
- Left = 341
- Top = 32
- Width = 45
- Height = 140
- Max = 0
- Min = -100
- Orientation = trVertical
- PageSize = 5
- Frequency = 5
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 8
- ThumbLength = 15
- TickMarks = tmBoth
- TickStyle = tsAuto
- OnChange = tbarRightChange
- end
- object btnCurrentVol: TButton
- Left = 159
- Top = 14
- Width = 75
- Height = 25
- Caption = '&Current'
- TabOrder = 1
- OnClick = btnCurrentVolClick
- end
- object edtLeftVol: TEdit
- Left = 266
- Top = 174
- Width = 65
- Height = 21
- TabOrder = 6
- Text = '0'
- OnChange = edtLeftVolChange
- end
- object edtRightVol: TEdit
- Left = 341
- Top = 174
- Width = 65
- Height = 21
- TabOrder = 9
- Text = '0'
- OnChange = edtRightVolChange
- end
- object chkLock: TCheckBox
- Left = 266
- Top = 202
- Width = 177
- Height = 17
- Caption = 'Loc&k sliders'
- Checked = True
- State = cbChecked
- TabOrder = 10
- OnClick = chkLockClick
- end
- object grpMute: TGroupBox
- Left = 10
- Top = 148
- Width = 224
- Height = 69
- TabOrder = 3
- object chkMute: TCheckBox
- Left = 8
- Top = 0
- Width = 201
- Height = 17
- Caption = 'Set &mute'
- TabOrder = 0
- OnClick = chkMuteClick
- end
- object rdMuteOn: TRadioButton
- Left = 16
- Top = 20
- Width = 193
- Height = 17
- Caption = 'Turn mute &on'
- TabOrder = 1
- end
- object rdMuteOff: TRadioButton
- Left = 16
- Top = 40
- Width = 177
- Height = 17
- Caption = 'Turn mute o&ff'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- end
- object chkLeft: TCheckBox
- Left = 270
- Top = 14
- Width = 97
- Height = 17
- Caption = '&Left'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = chkLeftClick
- end
- object chkRight: TCheckBox
- Left = 341
- Top = 14
- Width = 93
- Height = 17
- Caption = '&Right'
- Checked = True
- State = cbChecked
- TabOrder = 7
- OnClick = chkRightClick
- end
- end
- object tbsTone: TTabSheet [1]
- Caption = 'Tone'
- ImageIndex = 3
- object lblTrebPerc: TLabel
- Left = 308
- Top = 193
- Width = 11
- Height = 13
- Caption = '%'
- end
- object lblBassPerc: TLabel
- Left = 308
- Top = 133
- Width = 11
- Height = 13
- Caption = '%'
- end
- object tbarBass: TTrackBar
- Left = 3
- Top = 121
- Width = 240
- Height = 37
- Max = 100
- Orientation = trHorizontal
- PageSize = 5
- Frequency = 5
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- ThumbLength = 15
- TickMarks = tmBoth
- TickStyle = tsAuto
- OnChange = tbarBassChange
- end
- object tbarTreb: TTrackBar
- Left = 3
- Top = 181
- Width = 240
- Height = 33
- Max = 100
- Orientation = trHorizontal
- PageSize = 5
- Frequency = 5
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 5
- ThumbLength = 15
- TickMarks = tmBoth
- TickStyle = tsAuto
- OnChange = tbarTrebChange
- end
- object edtTreb: TEdit
- Left = 252
- Top = 189
- Width = 65
- Height = 21
- TabOrder = 6
- Text = '0'
- OnChange = edtTrebChange
- end
- object edtBass: TEdit
- Left = 252
- Top = 129
- Width = 65
- Height = 21
- TabOrder = 3
- Text = '0'
- OnChange = edtBassChange
- end
- object btnCurrentTrebBass: TButton
- Left = 327
- Top = 185
- Width = 75
- Height = 25
- Caption = '&Current'
- TabOrder = 7
- OnClick = btnCurrentTrebBassClick
- end
- object grpTrebBas: TGroupBox
- Left = 10
- Top = 2
- Width = 449
- Height = 87
- TabOrder = 0
- object rdSetBTTo: TRadioButton
- Left = 16
- Top = 20
- Width = 197
- Height = 17
- Caption = '&Set to value'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnEnter = rdSetBTToEnter
- end
- object rdIncreaseBT: TRadioButton
- Left = 16
- Top = 40
- Width = 197
- Height = 17
- Caption = '&Increase by value'
- TabOrder = 2
- OnEnter = rdIncreaseBTEnter
- end
- object rdDecreaseBT: TRadioButton
- Left = 16
- Top = 60
- Width = 197
- Height = 17
- Caption = '&Decrease by value'
- TabOrder = 3
- OnEnter = rdDecreaseBTEnter
- end
- object chkSetBT: TCheckBox
- Left = 8
- Top = 0
- Width = 201
- Height = 17
- Caption = 'Set B&ass and Treble'
- TabOrder = 0
- OnClick = chkSetBTClick
- end
- end
- object chkBass: TCheckBox
- Left = 10
- Top = 101
- Width = 173
- Height = 17
- Caption = '&Bass'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = chkBassClick
- end
- object chkTreb: TCheckBox
- Left = 10
- Top = 161
- Width = 149
- Height = 17
- Caption = '&Treble'
- Checked = True
- State = cbChecked
- TabOrder = 4
- OnClick = chkTrebClick
- end
- end
- end
- end
- inherited taclKeyboardTrap: TActionList
- Left = 200
- end
- inherited dxSIBarManager: TdxBarManager
- Categories.ItemsVisibles = (
- 2)
- Categories.Visibles = (
- True)
- PopupMenuLinks = <
- item
- Control = lsvAM5Errors
- PopupMenu = dxCheckPopup
- end>
- Left = 76
- Top = 87
- DockControlHeights = (
- 0
- 0
- 0
- 0)
- end
- inherited dxCheckPopup: TdxBarPopupMenu
- ItemLinks = <
- item
- Item = itmCheckAllErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end
- item
- Item = itmCheckNoErrors
- UserGlyph.Data = {00000000}
- Visible = True
- end>
- Left = 100
- Top = 99
- end
- inherited IvTranslator1: TIvTranslator
- Left = 232
- Top = 348
- end
- end
-